stubdom/Makefile: Fix gmp extract rule
authorDaniel De Graaf <dgdegra@tycho.nsa.gov>
Thu, 21 Mar 2013 20:11:29 +0000 (16:11 -0400)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 11 Apr 2013 14:20:50 +0000 (15:20 +0100)
commitbe8d8d634d1babbf52a83cda139554e0605660c5
tree6fafbd5982c19454944a3eb40c131959401f240b
parent7186e6718e70250900f934f6f95a5c60edffbfa6
stubdom/Makefile: Fix gmp extract rule

When NEWLIB_STAMPFILE is updated but gmp has already been extracted, the mv
command will incorrectly create a subdirectory instead of renaming. Remove the
old target before renaming to fix this.

Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
stubdom/Makefile